home *** CD-ROM | disk | FTP | other *** search
- ;******************************************************************************
- ; Ver 11.0, Last Update Jan 02, 1994 *
- ; *
- ; ipfLIB *
- ; *
- ; This library adds functionality to IPF target. (OS/2) *
- ; *
- ; The following added functionality is added : *
- ; *
- ; Graphic Links. *
- ; *
- ;******************************************************************************
-
-
- .ifdef os2
-
- ;******************************************************************************
- ; Text Attributes *
- ; *
- ; boldText - Display text in bold, e.g. - ~Text~boldText~ - Text will be in *
- ; bold *
- ; italicText - Display text in italic *
- ; underlineText - displayText in underline *
- ; boldItalicText - display text in bold italic *
- ;******************************************************************************
-
-
- .userlink boldText ':hp2.%t:ehp2.'
- .userlink italicText ':hp1.%t:ehp1.'
- .userlink underlineText ':hp5.%t:ehp5.'
- .userlink boldItalicText ':hp3.%t:ehp3.'
-
- ;******************************************************************************
- ; Links *
- ; *
- ; Notice that graphicLink needs HLPDK V11.0! V10.0 is not enough ! *
- ;******************************************************************************
-
- .userlink graphicLink "%n:artwork name='%g1' runin.%n:artlink.%n:link reftype=hd res=%r2.%n:eartlink."
- .userlink graphicPopup "%n:artwork name='%g1' runin.%n:artlink.%n:link refid=%2 reftype=fn.%n:eartlink."
-
- .endif
-
-
-
-